Welcome![Sign In][Sign Up]
Location:
Search - wavelet image denoising

Search list

[matlabwavelet&denoise

Description: 自已编的图像处理,带GUI界面的彩色小波消噪程序等等,能进一步理解MATLAB在图像处理中的应用。-own series of image processing, with the color GUI interface wavelet denoising procedures, and so on. further understanding of MATLAB in image processing applications.
Platform: | Size: 132096 | Author: 董欣善 | Hits:

[Graph programcontourlet1

Description: 二代小波用于图像去噪的vc++代码,具有多方向性,是真正的图像变换去噪。-second generation wavelet for Image Denoising vc code, a multi-directional, is the real image Transform.
Platform: | Size: 123904 | Author: 张悦庭 | Hits:

[Special Effectsimagedenoising

Description: 基于小波变换的图像去噪的matlab程序的源代码,很好用!-based on wavelet transform image denoising the Matlab program's source code, easy to use!
Platform: | Size: 67584 | Author: 红岩 | Hits:

[Special EffectsWavelets

Description: 利用小波变换进行图像去噪,,主要是图像低通和高通滤波-Using Wavelet Transform for image denoising, mainly the image low-pass and high pass filtering
Platform: | Size: 822272 | Author: 李响 | Hits:

[Graph programImageWienerFilter

Description: 小波软阈值去噪soft harr.rar 小波软阈值去噪soft harr.rar 将文件所在目录设为工作目录,然后打开wavlet.fig,在noise提示框下输入噪声强度,在0-0.1之间(不能为零)。然后点process按钮,就会显示实验结果,包括原图像,加噪图像,去噪图像的对比以及当前的psnr值。 wavlet.m是程序文件-Wavelet soft-threshold denoising soft harr.rar wavelet soft-threshold denoising soft harr.rar document directory Set working directory is located, and then open the wavlet.fig, prompt box in the noise input noise strength, in between 0-0.1 (Can not zero). Button and then point process, it will show the experimental results, including the original image, noise image denoising image contrast as well as the current value of the PSNR. wavlet.m is a program file
Platform: | Size: 47104 | Author: 王鹏 | Hits:

[WaveletMATLABwavelet

Description: 小波变换在图像处理中应用于图像分析,图像压缩,图像去噪等。本文就小波变换理论和matlab语言的小波分析工具箱做了简单阐述。-Wavelet transform in image processing applied to image analysis, image compression, image denoising, etc.. In this paper, wavelet transform theory and wavelet analysis matlab language to do the simple toolbox on.
Platform: | Size: 871424 | Author: wangrui | Hits:

[Waveletwavelet

Description: 利用小波理论实现图像降噪处理的文章,利用小波理论的多分辨率优势,很好的处理了传统方法中不好解决的矛盾-Realize the use of wavelet theory deal with the article image denoising using wavelet theory of multiresolution advantages, a good deal with the traditional method to solve the contradiction between poor
Platform: | Size: 252928 | Author: 郭炳煜 | Hits:

[Special Effectsmosaic

Description: 基于贝叶斯(BAYES)阈值的小波(WAVELET)图像去噪算法源代码IMAGE DENOISING USING BAYES THRESHOLDING OF WAVELET COEFFICIENTS -Based on Bayesian (BAYES) Wavelet thresholding (WAVELET) image denoising algorithm source code IMAGE DENOISING USING BAYES THRESHOLDING OF WAVELET COEFFICIENTS
Platform: | Size: 24576 | Author: 余永松 | Hits:

[Special EffectsBLS-GSM_Denoising

Description: 现在在所有图像去噪滤波中最较理想的去噪算法——Bayesian Least Squares - Gaussian Scale Mixture的matlab实现代码,应用丰富,与商用图像处理软件媲美,其原理可以参见J Portilla, V Strela, M Wainwright, E P Simoncelli, "Image Denoising using Scale Mixtures of Gaussians in the Wavelet Domain-Now image denoising filter in all the most better denoising algorithm- Bayesian Least Squares- Gaussian Scale Mixture realize the matlab code, application-rich, with the commercial image processing software rival, and its principle can be found in J Portilla, V Strela, M Wainwright, EP Simoncelli,
Platform: | Size: 1370112 | Author: pudndcy | Hits:

[Graph programwavelet

Description: 贝叶斯和通用阈值软阈值图像去噪方法MATLAB程序,希望对大家有帮助,仅供大家参考,希望有用-Bayesian and universal soft-threshold threshold Image Denoising MATLAB program, we want to help, only for your reference and hope be useful
Platform: | Size: 2048 | Author: dongxiaoming | Hits:

[Windows Developbayesthresholding

Description: IMAGE DENOISING USING BAYES THRESHOLDING OF WAVELET COEFFICIENTS 基于贝叶斯(BAYES)阈值的小波(WAVELET)图像去噪算法源代码-IMAGE DENOISING USING BAYES THRESHOLDING OF WAVELET COEFFICIENTS Bayesian (BAYES) threshold wavelet (WAVELET) image denoising algorithm source code
Platform: | Size: 1884160 | Author: adu | Hits:

[matlabVisuShrink_wavelet_threshold

Description: this package include image denoising using visu shrink wavelet threshold.
Platform: | Size: 3072 | Author: meyba92 | Hits:

[matlabwavelet-denoise

Description: 利用小波变换进行图像去噪的程序 基于MATLAB的-Image denoising using wavelet transform procedures for MATLAB-based
Platform: | Size: 638976 | Author: KFC | Hits:

[WaveletWavelet-image-denoising-procedures

Description: 小波图像去噪程序。th=sigma*sqrt(2*log10(L*T)) 计算阈值 ch=c(1,num(4-i,1):num(4-i,3)+step(4-i)-1) 对各高频系数进行阈值处理 chl=length(ch) for j=1:chl if abs(ch(j))>=th ch(j)=sign(ch(j))*(abs(ch(j))-2*th/(1+exp(m*(ch(j)^2)))) 阈值处理函数 else -Wavelet image denoising procedures. th = sigma* sqrt (2* log10 (L* T)) calculated threshold ch = c (1, num (4-i, 1): num (4-i, 3)+ step (4-i)-1) of the high-frequency coefficients thresholding chl = length (ch) for j = 1: chl if abs (ch (j))> = th ch (j) = sign (ch (j))* (abs (ch (j))-2* th/(1+ exp (m* (ch (j) ^ 2 )))) else threshold processing function
Platform: | Size: 3072 | Author: 朱兰花 | Hits:

[matlabImage-denoising-based-on-wavelet

Description: 基于小波变换的图像降噪处理及实现程序的源代码-Image denoising based on wavelet transform processing and realization of the program source code
Platform: | Size: 40960 | Author: ruanhai | Hits:

[matlabwavelet-image-denoising

Description: matlab小波图像去噪程序,利用小波变换去除图像中的噪声-matlab wavelet image denoising procedure
Platform: | Size: 158720 | Author: chenjunhong | Hits:

[Special Effectswavelet--image-denoising

Description: 基于小波系数的bayes估计的图像去噪,根据论文所讲的算法进行的编程,运行结果还不错。-Bayes estimation based on wavelet coefficients of image denoising, according to the paper talking about the programming algorithm, the results good.
Platform: | Size: 819200 | Author: zhangguodong | Hits:

[Special Effectsimage-denoising--enhancement-

Description: 复数小波图像去噪、增强,matlab软件编写,功能强劲-Complex Wavelet image denoising, enhancement, matlab software development, powerful
Platform: | Size: 7168 | Author: Rock | Hits:

[Special EffectsWavelet-image-denoising

Description: 基于小波包图像去噪 很好用的程序 小波去噪-Good use of the procedure of wavelet denoising based on wavelet packet image denoising
Platform: | Size: 90112 | Author: 朱峥 | Hits:

[Special Effectswavelet

Description: 在小波域对图像去噪,图像压缩,图像边界扭曲,图像融合,实现水印的嵌入-In wavelet domain for image denoising, image compression, image border distortions, image fusion, the embedded watermark, etc.
Platform: | Size: 2016256 | Author: 彭婷 | Hits:
« 12 3 4 5 6 7 8 9 10 ... 35 »

CodeBus www.codebus.net